home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 19 / CU Amiga Magazine's Super CD-ROM 19 (1998)(EMAP Images)(GB)[!][issue 1998-02].iso / CUCD / Online / MiamiSDK / netinclude / syslog.h < prev   
Encoding:
C/C++ Source or Header  |  1997-12-04  |  101 b   |  9 lines

  1. #ifndef _SYSLOG_H_
  2. #define _SYSLOG_H_
  3.  
  4. #ifndef _SYS_SYSLOG_H_
  5. #include <sys/syslog.h>
  6. #endif
  7.  
  8. #endif
  9.